symbol table - перевод на арабский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

symbol table - перевод на арабский

DATA STRUCTURE USED BY A LANGUAGE TRANSLATOR SUCH AS A COMPILER OR INTERPRETER
Symbol tables; Symtab; Linker symbol; Symbol (computing)

symbol table         
جدول رموز
symbol font         
TYPEFACE FOR GREEK AND MATHEMATICAL SYMBOLS
Symbol font; Symbol (font); Symbol.ttf; MS Symbol; Radicalex; Radical extender; Ventura Symbol; Mac OS Symbol; Code page 1038; X-mac-symbol
بنط رمزى .
atomic symbol         
  • 24px
  • Annotated example of an atomic symbol
  • Dalton's symbols for the more common elements, as of 1806, and the relative weights he calculated. The symbols for magnesium and calcium ("lime") were replaced by 1808, and that for gold was simplified.
  • 24px
ARBITRARY OR CONVENTIONAL SIGN USED IN CHEMISTRY TO REPRESENT AN ELEMENT (OR SOMETIMES A FUNCTIONAL GROUP OR A CLASS OF ELEMENTS)
Symbol (chemistry); Symbol for the chemical element; Chemical symbols; Atomsymbol; Element Symbol; Element symbols; Element symbol; Atomic symbol; List of elements by symbol; Symbol (chemical element); Daltonian symbol; Atomic symbols
رمز ذرى

Определение

multiplication table
¦ noun a list of multiples of a particular number, typically from 1 to 12.

Википедия

Symbol table

In computer science, a symbol table is a data structure used by a language translator such as a compiler or interpreter, where each identifier (or symbol), constant, procedure and function in a program's source code is associated with information relating to its declaration or appearance in the source. In other words, the entries of a symbol table store the information related to the entry's corresponding symbol.